object Contrase: TContrase Tag = 13700 Left = 302 Top = 212 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Contrase�a' ClientHeight = 78 ClientWidth = 279 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Tag = 31100 Left = 6 Top = 8 Width = 107 Height = 13 Caption = 'Contrase�a de acceso' end object EditContras: TEdit Left = 6 Top = 24 Width = 265 Height = 21 PasswordChar = '*' TabOrder = 0 OnExit = EditContrasExit end object ButtonAceptar: TButton Tag = 2200 Left = 80 Top = 52 Width = 90 Height = 22 Caption = '&Aceptar' Default = True ModalResult = 1 TabOrder = 1 OnClick = ButtonAceptarClick end object ButtonCancelar: TButton Tag = 2400 Left = 180 Top = 52 Width = 90 Height = 22 Cancel = True Caption = '&Cancelar' ModalResult = 2 TabOrder = 2 end object ManuForm1: TManuForm Enabled = False TitleBar.ApplicationInfo.FontStyle = [fsBold] TitleBar.Color = clMaroon TitleBar.CompanyInfo.FontStyle = [fsBold, fsItalic] TitleBar.NbOfColors = 0 Left = 237 Top = 5 end end